Skip to main content

Department

The Department object is used in workflows to store department information. It can be initialized with a static value or set dynamically during the process.
The Department object serves as a data holder for department values within a workflow. It does not initiate or receive transitions (arrows) and is designed solely to hold data, not to execute logic or actions.

Department

Features

  • Stores a department (organizational unit) value.
  • Value can be:
    • Static: Predefined in the object’s properties
    • Dynamic: Assigned using the Assignment component during the flow
  • Often used to:
    • Track the originating or target department
    • Influence decisions via Comparison nodes
    • Populate form or notification templates

Usage Guidelines

  • No outgoing or incoming connectors:
    The Department object does not support flow connections.
    It cannot start or continue process steps.

  • Used with:

  • Assignment: to set its value dynamically.

  • Comparison: to evaluate against a department condition.

UI Behavior

When the Department object is selected in the flow designer:

  • The Property Inspector panel displays its configuration options.
  • Designers can:
    • Set a static department value
    • Bind it to dynamic values through rules or assignments

FAQs

How To's